home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 …SCII & the Runetime Code / ADC Developer CD (1992-07) (''Butch ASCII And The Runtime Code'')_iso / Dev.CD 199207.iso / Tools & Apps / OS⁄Toolbox / QuickDraw / RlePict / macimg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-08  |  316 b   |  14 lines  |  [TEXT/KAHL]

  1. /*
  2.  * Defs for routines to manipulate images and Pict files in 32bit QuickDraw.
  3.  *
  4.  * John Peterson, Apple.
  5.  */
  6.  
  7. extern GWorldPtr LoadPicture( char * );
  8. extern void SavePicture( GWorldPtr, char * );
  9. extern void SetupPict();
  10. extern void WritePictFile( char * );
  11. extern void CopyGWtoWindow( GWorldPtr, WindowPtr );
  12.  
  13.  
  14.